EnumValueListConverter<T> Class

Summary

Provides a type converter to convert an Enum object to and from a string.

Syntax
C#
VB
C++
public class EnumValueListConverter<T> : TypeConverter 
Public Class EnumValueListConverter(Of T)  
   Inherits System.ComponentModel.TypeConverter 
generic<typename T> 
public ref class EnumValueListConverter : public System.ComponentModel.TypeConverter  

Type Parameters

T
Type of enumeration.

Remarks

In addition to the enumeration value, this converter works with the EnumValueAttribute to extract an additional descriptive name for the enumeration.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly